home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / Dec.'90AMUG News™.cpt / Dec.'90AMUG News™ / card_17375.txt < prev    next >
Text File  |  1991-01-01  |  3KB  |  100 lines

  1. -- card: 17375 from stack: in.'90AMUG News‚Ñ¢
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3780
  5. -- name: Stuff
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=345 top=144 right=166 bottom=385
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21001 / 21001
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseDown
  22.   set icon of me to "EyeClose"
  23. end mouseDown
  24.  
  25. on mouseUp
  26.   set icon of me to "EyeOpen"
  27.   dispPict "Com1"
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=316 top=301 right=323 bottom=356
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 21001 / 21001
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: 
  45. ----- HyperTalk script -----
  46. on mouseDown
  47.   set icon of me to "EyeClose"
  48. end mouseDown
  49.  
  50. on mouseUp
  51.   set icon of me to "EyeOpen"
  52.   dispPict "Com2"
  53. end mouseUp
  54.  
  55.  
  56.  
  57.  
  58. -- part contents for background part 2
  59. ----- text -----
  60. 43
  61.  
  62. -- part contents for background part 9
  63. ----- text -----
  64. Compactor vs. Stuffit
  65.  
  66. -- part contents for background part 1
  67. ----- text -----
  68. A new way of doing business. In the beginning, the Mac Community was without file compression utilities. Then came PackIt. PackIt worked well. A few imitators came along, but they failed to work as well as PackIt. Next came StuffIt. A whole new door was opened to file compression. Not only were the compressed files smaller, but a self-
  69. decompression shell could be added, 
  70. eliminating the need for all users to have 
  71. StuffIt. And just as StuffIt goes commercial, Compactor appears on the scene, with a new way of doing business.File compression is a method of taking a file, be it an application, desk accessory, graphic document, text document, etc., and reduce the size in bytes by looking at the code and figuring out how to make it smaller. For example, if the code has ‚ÄúA‚Äù repeated twenty times, the compressed file would
  72.  
  73.  
  74. -- part contents for background part 8
  75. ----- text -----
  76. ...............................Randy Bisig
  77.  
  78. -- part contents for background part 10
  79. ----- text -----
  80. list ‚Äú20(A)‚Äù, reducing the code from twenty characters down to five. The 
  81. utility would see that there is supposed to 
  82. be twenty A‚Äôs, so when decompressing, 
  83. twenty A‚Äôs are placed in the code. There 
  84. is a bit more involved, but this example 
  85. helps to explain the process.
  86.  
  87. Now Showing
  88. The difference between StuffIt and 
  89. Compactor can be seen both on the 
  90. screen and on the disk. StuffIt is a bit 
  91. more Mac-ish with it‚Äôs dialog boxes 
  92. whereas Compactor is much more 
  93. practical. StuffIt has icons across the file 
  94. listing dialog for the commands to Add, 
  95. Extract, Rename and other commands. 
  96. Compactor has no
  97.  icons, just
  98.  commands in the
  99.  menus.
  100.